golang.org/x/sys/unix.fileHandle.Type (field)
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2369: Type int32
syscall_linux.go#L2385: fh.Type = handleType
syscall_linux.go#L2391: func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type }
syscall_linux.go#L2397: return unsafe.Slice((*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(&fh.fileHandle.Type))+4)), n)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)